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 \
 --request POST 'http://api.example.com/v1/dropship-provider-shipment-imports.json' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "Content-Type: application/json" \
 --data '{"dropshipProviderId":42,"uri":"string"}'
Request examples
{
  "dropshipProviderId": 42,
  "uri": "string"
}
Response examples (200)
{
  "createdAt": "2025-05-04T09:42:00Z",
  "dropshipProviderId": 42,
  "id": 42,
  "updatedAt": "2025-05-04T09:42:00Z",
  "uri": "string"
}