POST /dropship-provider-shipment-imports.json

POST /dropship-provider-shipment-imports.json
application/json

Body Required

Responses

  • 200 application/json

    Successful response

    Hide response attributes Show response attributes object
POST /dropship-provider-shipment-imports.json
curl \
 -X POST http://api.example.com/v1/dropship-provider-shipment-imports.json \
 -H "Authorization: Bearer $ACCESS_TOKEN" \
 -H "Content-Type: application/json" \
 -d '{"dropshipProviderId":42,"uri":"string"}'
Request example
{
  "dropshipProviderId": 42,
  "uri": "string"
}
Response examples (200)
{
  "createdAt": "2024-05-04T09:42:00+00:00",
  "dropshipProviderId": 42,
  "id": 42,
  "updatedAt": "2024-05-04T09:42:00+00:00",
  "uri": "string"
}