Replies: 1 comment
-
Hi @dveos, Are there any issues returned in the Without the SellerID and the SKU and other relevant information we are not able to check the listing. For this please create a case with Developer Support and provide all necessary details. Best, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I would appreciate any advice on what's going wrong, I can post to API using following and listing filters through but for some reason the listings always show as missing offer (price) but I can't seem to work out why, please can anyone possibly advise? Thank you
/listings/2021-08-01/items/SELLERID/SKU?marketplaceIds=A1F83G8C2ARO7P&includedData=issues
{
"productType": "{{11.body.items[].productTypes[].productType}}",
"requirements": "LISTING_OFFER_ONLY",
"offers": [
{
"marketplaceId": "A1F83G8C2ARO7P",
"offerType": "B2C",
"price": {
"currency": "GBP",
"amount": "{{3.
19
}}"}
}
],
"attributes": {
"condition_type": [
{
"value": "new_new",
"marketplace_id": "A1F83G8C2ARO7P"
}
],
"product_tax_code": [ {
"value": "{{if(3.
18
= "Standard"; "A_GEN_STANDARD"; "A_GEN_NOTAX")}}","marketplace_id": "A1F83G8C2ARO7P"
}
],
"merchant_suggested_asin": [ {
"value": "{{11.body.items[].asin}}",
"marketplace_id": "A1F83G8C2ARO7P"
}
],
"condition_type": [ {
"value": "new_new",
"marketplace_id": "A1F83G8C2ARO7P"
}
],
"max_order_quantity": [ {
"value": "12",
"marketplace_id": "A1F83G8C2ARO7P"
}
],
"purchasable_offer": [ {
"currency": "GBP",
"our_price": [
{
"schedule": [
{
"value_with_tax": {{3.
19
}}}
]
}
],
"marketplace_id": "A1F83G8C2ARO7P"
}
],
"fulfillment_availability": [ {
"fulfillment_channel_code": "DEFAULT",
"quantity": 0
}
],
"merchant_shipping_group": [ {
"value": "{{if(3.
21
= "1 Day"; "54762018-46bb-41e5-b893-cd496fdbee49"; "47a0546f-a034-4b77-9922-bfd0088639fa")}}","marketplace_id": "A1F83G8C2ARO7P"
}
]
}
}
Response is no issues / 200 / accepted but no offer is always missing! Just can't seem to work out what's missing here. Any help very much appreciated. Thank you
Beta Was this translation helpful? Give feedback.
All reactions