Convert a Stock Hub quote into an order
Convert a Stock Hub quote into an order
POST /V1/stock-hub/quotes/{quoteId}/submit
curl \
-X POST https://magento2.winkelstraat.mac/rest/all/V1/stock-hub/quotes/{quoteId}/submit
Response examples (200)
{
"order_increment_id": "string",
"purchase_order_increment_id": "string",
"pay_by_link": "string"
}
Response examples (401)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Response examples (default)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}