Distributor model
Gain a better understanding of how to implement fulfillments with the distributor model

Last updated
curl --location 'https://api.digitalriver.com/fulfillments' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <Your secret API token>' \
--data '{
"orderId": "308604120336",
"currency": "EUR",
"items": [
{
"itemId": "243441700336",
"quantity": "1",
"subfulfillerId": "1234",
"distributorCost": 400,
"shippingCost": 10
}
]
}'