POST /dropshipment-imports.json

POST /dropshipment-imports.json
application/json

Body Required

Responses

POST /dropshipment-imports.json
curl \
 -X POST http://api.example.com/v1/dropshipment-imports.json \
 -H "Content-Type: application/json" \
 -d '{"dropshipmentId":42,"response":{},"status":"error"}'
Request example
{
  "dropshipmentId": 42,
  "response": {},
  "status": "error"
}
Response examples (200)
{
  "createdAt": "2023-05-04T09:42:00+00:00",
  "dropshipmentId": 42,
  "id": 42,
  "response": {},
  "status": "error",
  "updatedAt": "2023-05-04T09:42:00+00:00"
}