v1
latestOpenAPI 3.0.12026-07-242871595.3 MBINVENTORY
Create an inventory item
Creates an inventory item.
post/v3/merchants/{mId}/items
Path parameters
mIdstring required
Merchant identifier.
Query parameters
expandstring
Expandable fields to display additional nested information: [tags, categories, taxRates, modifierGroups, itemStock, options, ageRestricted]
Headers
User-Agentstring required
Identifies the application, operating system, vendor, and/or version of the requesting user agent. Format: <AppName>/<Version> <Comment>
Request body
Example request
{
"ageRestrictedObj": {
"name": "Alcohol",
"minimumAge": 21
}
}Response
Successful response. Returns the newly created inventory item.