Commit Stock For Fulfillment Request
post
https://api.flxpoint.com/fulfillment-requests/{fulfillmentRequestId}/committed-stockUse this when you want to create fulfillment request data through the API.
🔑 X-API-TOKEN⏱ 2 req/sToken: Account · Source · Channel
This page explains the endpoint. To send a live test request, use the interactive tester in Stoplight or your own Postman / HTTP client.
Commit Stock for fulfillment request
Request
Example request
post
/fulfillment-requests/{fulfillmentRequestId}/committed-stockcurl -X POST "https://api.flxpoint.com/fulfillment-requests/{fulfillmentRequestId}/committed-stock" \
-H "Accept: application/json" \
-H "X-API-TOKEN: YOUR_TOKEN"Responses
200OK
No schema documented for this status.
204No Content
No schema documented for this status.
400Bad Request
No schema documented for this status.
401Unauthorized
No schema documented for this status.
OpenAPI fragment
{
"post": {
"summary": "Commit Stock For Fulfillment Request",
"description": "Commit Stock for fulfillment request",
"parameters": [],
"responses": {
"200": {
"description": "OK"
},
"204": {
"description": "No Content"
},
"400": {
"description": "Bad Request"
},
"401": {
"description": "Unauthorized"
}
}
}
}Ready to run it? Send the curl from your terminal or Postman, or use the interactive tester in Stoplight.Open in Stoplight