Object with information about the items been replaced. If instead of an order `replace` you wish to `remove` items, you will use the same schema naming the object `remove` instead of `from`. For a complete example, see the description at the top of the page.
CommerceE-CommerceRetailMarketplacePayments
Properties
Name
Type
Description
items
array
Array with information about the item to be replaced.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/FromV2",
"title": "FromV2",
"required": [
"items"
],
"type": "object",
"properties": {
"items": {
"type": "array",
"items": {
"$ref": "#/components/schemas/ItemV2"
},
"description": "Array with information about the item to be replaced."
}
},
"description": "Object with information about the items been replaced. If instead of an order `replace` you wish to `remove` items, you will use the same schema naming the object `remove` instead of `from`. For a complete example, see the description at the top of the page.",
"example": {
"items": [
{
"id": "1",
"quantity": 1
}
]
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.