Stock resolver
Resolve Stock by Sales Channel type and code
Path parameters
typestringRequiredExample:
(Required)
<string>
codestringRequiredExample:
(Required)
<string>
Responses
200
OK
application/json
Responseobject
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
get
GET /V1/inventory/stock-resolver/{type}/{code} HTTP/1.1
Host: {{baseurl}}
Accept: */*
{
"stock_id": 4692958,
"name": "reprehenderit consequat",
"extension_attributes": {
"sales_channels": [
{
"type": "sit incididunt nulla consectetur",
"code": "id",
"extension_attributes": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
},
{
"type": "do reprehenderit ea",
"code": "aliquip elit Excepteur",
"extension_attributes": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
}
]
}
}