Admin API
Marking as restocked
Restock items
POST
AUTHENTICATION
Authorization
Bearer
Bearer
BODY PARAMETERS
body
string
Example: {
"restock": {
"restock_location_gid": "gid://shopify/Location/77630832923",
"line_items": [
{
"id": 45
},
{
"serial": "new-serial"
}
]
}
}
RESPONSES
200
Success