post https://{merchant}.fulfil.io/services/3pl/v1/inventory/counts.json
This endpoint allows importing a historical cycle count of the quantities on hand in the 3PL's primary storage location.
Log in to see full request history
Responses
This endpoint allows importing a historical cycle count of the quantities on hand in the 3PL's primary storage location.
xxxxxxxxxx
12curl --request POST \
--url https://merchant.fulfil.io/services/3pl/v1/inventory/counts.json \
--header 'accept: application/json' \
--header 'authorization: Bearer replace_with_jwt' \
--header 'content-type: application/json' \
--data '
{
"date": "2020-01-01",
"reference": "count-123",
"reason": "full count"
}
'
Try It!
to start a request and see the response here! Or choose an example: