Body
Required
-
dropshipProviderId
integer(int32) Required Dropship provider
-
landedCostId
integer(int32) Required Landed cost
POST
/landed-cost-dropship-providers.json
curl \
--request POST 'http://api.example.com/v1/landed-cost-dropship-providers.json' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"dropshipProviderId":42,"landedCostId":42}'
Request examples
{
"dropshipProviderId": 42,
"landedCostId": 42
}
Response examples (200)
{
"createdAt": "2025-05-04T09:42:00Z",
"dropshipProviderId": 42,
"id": 42,
"landedCostId": 42,
"updatedAt": "2025-05-04T09:42:00Z"
}