尽管提交了正常,但 AMW 服务库存未显示在卖家平台中



我有 3 个商城(德国、英国、意大利(,主要商城是 DE,其他商城是从 DE 加载的(我们通过 AMW 服务 API 控制库存(,但现在我们不会使用单独的所有商城。 对于测试,我们断开了英国商城的连接,移除了商品,现在我尝试向英国商城提交 Feed。以下是_POST_PRODUCT_DATA_提交:

<?xml version="1.0" encoding="UTF-8"?>
<AmazonEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="amzn-envelope.xsd">
<Header>
<DocumentVersion>1.01</DocumentVersion>
<MerchantIdentifier>xxxxxxxxxxxxxx</MerchantIdentifier>
</Header>
<MessageType>Product</MessageType>
<PurgeAndReplace>false</PurgeAndReplace>
<Message>
<MessageID>1</MessageID>
<OperationType>PartialUpdate</OperationType>
<Product>
<SKU>0000036869</SKU>
<StandardProductID>
<Type>EAN</Type>
<Value>5907695571806</Value>
</StandardProductID>
<Condition>
<ConditionType>New</ConditionType>
</Condition>
<DescriptionData>
<Title>Skateboard, Fishboard, Recreational riding Nils</Title>
<Brand>Nils</Brand>
<Description>SKATEBOARD by NILS
Skateboard with a robust plastic material, called polypropylene (PP) - skateboards are stronger than with conventional skateboards made of plywood.
Thanks to the truss on the upper side skateboard possessed better grip, more stability, safe driving, the effect of non slip.
The advantage is surely the small size of skateboards, so fits easily into even a small backpack, and interesting colors.

</Description>
<BulletPoint>Dimensions: 58 x 15.5 cm, Material: polypropylene (PP), Truck: 3.25, Bearings: ABEC-5,</BulletPoint>
<BulletPoint>Wheels: PU 60 x 45 mm,Hardness 78A,Maximum user weight: 100kg,Color: green,Color wheels: yellow,</BulletPoint>
<BulletPoint>A robust, Durable, Truss on the top side with a grip enhancing, Stable,</BulletPoint>
<BulletPoint>Small size allows placement of skateboards in a backpack,</BulletPoint>
<BulletPoint>Bent back part of the board.</BulletPoint>
<Manufacturer>Nils</Manufacturer>
<ItemType>SportingGoods</ItemType>
</DescriptionData>
<ProductData>
<Sports>
<ProductType>SportingGoods</ProductType>
</Sports>
</ProductData>
</Product>
</Message>
<Message>
<MessageID>2</MessageID>
<OperationType>PartialUpdate</OperationType>
<Product>
<SKU>0000027472</SKU>
<StandardProductID>
<Type>EAN</Type>
<Value>5907695581935</Value>
</StandardProductID>
<Condition>
<ConditionType>New</ConditionType>
</Condition>
<DescriptionData>
<Title>Replaceable plates on sticks Nordic Walking 2 pcs. Nils</Title>
<Brand>Nils</Brand>
<Description>PLATES FOR NORDIC WALKING POLES
2pcs.
Set of two interchangeable plates for Nordic Walking sticks, to prevent collapse of the sticks in the ground and mud.

</Description>
<BulletPoint>Material: plastic,</BulletPoint>
<BulletPoint>Diameter: approx. 5 cm,</BulletPoint>
<BulletPoint>Set: 2 pieces,</BulletPoint>
<BulletPoint>Color: black.</BulletPoint>
<Manufacturer>Nils</Manufacturer>
<ItemType>SportingGoods</ItemType>
</DescriptionData>
<ProductData>
<Sports>
<ProductType>SportingGoods</ProductType>
</Sports>
</ProductData>
</Product>
</Message>
</AmazonEnvelope>   

提交后,几分钟后我检查提交(使用GetFeedSubmitResult(,上面的响应:

<?xml version="1.0" encoding="UTF-8"?>
<AmazonEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="amzn-envelope.xsd">
<Header>
<DocumentVersion>1.02</DocumentVersion>
<MerchantIdentifier>M_FIRMAHANDL_1586538</MerchantIdentifier>
</Header>
<MessageType>ProcessingReport</MessageType>
<Message>
<MessageID>1</MessageID>
<ProcessingReport>
<DocumentTransactionID>420618017358</DocumentTransactionID>
<StatusCode>Complete</StatusCode>
<ProcessingSummary>
<MessagesProcessed>2</MessagesProcessed>
<MessagesSuccessful>2</MessagesSuccessful>
<MessagesWithError>0</MessagesWithError>
<MessagesWithWarning>0</MessagesWithWarning>
</ProcessingSummary>
</ProcessingReport>
</Message>
</AmazonEnvelope>

但是在我的卖家中心库存中没有出现... 我读了很多主题,但没有运气。

我什至尝试做下一件事 - 发送英国市场 IdList 更改价格馈送 (_POST_PRODUCT_PRICING_DATA_(:

<?xml version="1.0" encoding="UTF-8"?>
<AmazonEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="amzn-envelope.xsd">
<Header>
<DocumentVersion>1.01</DocumentVersion>
<MerchantIdentifier>XXXXXXXXXXX</MerchantIdentifier>
</Header>
<MessageType>Price</MessageType>
<Message>
<MessageID>1</MessageID>
<Price>
<SKU>0000036869</SKU>
<StandardPrice currency="GBP">27.73</StandardPrice>
</Price>
</Message>
</AmazonEnvelope>

响应:

<?xml version="1.0" encoding="UTF-8"?>
<AmazonEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="amzn-envelope.xsd">
<Header>
<DocumentVersion>1.02</DocumentVersion>
<MerchantIdentifier>M_FIRMAHANDL_1586538</MerchantIdentifier>
</Header>
<MessageType>ProcessingReport</MessageType>
<Message>
<MessageID>1</MessageID>
<ProcessingReport>
<DocumentTransactionID>420724017358</DocumentTransactionID>
<StatusCode>Complete</StatusCode>
<ProcessingSummary>
<MessagesProcessed>1</MessagesProcessed>
<MessagesSuccessful>1</MessagesSuccessful>
<MessagesWithError>0</MessagesWithError>
<MessagesWithWarning>0</MessagesWithWarning>
</ProcessingSummary>
</ProcessingReport>
</Message>
</AmazonEnvelope>

最后一个,_POST_INVENTORY_AVAILABILITY_DATA_提要:

<?xml version="1.0" encoding="UTF-8"?>
<AmazonEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="amzn-envelope.xsd">
<Header>
<DocumentVersion>1.01</DocumentVersion>
<MerchantIdentifier>AJICEPNWN291Z</MerchantIdentifier>
</Header>
<MessageType>Inventory</MessageType>
<Message>
<MessageID>1</MessageID>
<OperationType>Update</OperationType>
<Inventory>
<SKU>0000036869</SKU>
<Quantity>92</Quantity>
</Inventory>
</Message>
</AmazonEnvelope>

和响应:

<?xml version="1.0" encoding="UTF-8"?>
<AmazonEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="amzn-envelope.xsd">
<Header>
<DocumentVersion>1.02</DocumentVersion>
<MerchantIdentifier>M_FIRMAHANDL_1586538</MerchantIdentifier>
</Header>
<MessageType>ProcessingReport</MessageType>
<Message>
<MessageID>1</MessageID>
<ProcessingReport>
<DocumentTransactionID>420709017358</DocumentTransactionID>
<StatusCode>Complete</StatusCode>
<ProcessingSummary>
<MessagesProcessed>1</MessagesProcessed>
<MessagesSuccessful>1</MessagesSuccessful>
<MessagesWithError>0</MessagesWithError>
<MessagesWithWarning>0</MessagesWithWarning>
</ProcessingSummary>
</ProcessingReport>
</Message>
</AmazonEnvelope>

完成此步骤后,英国库存中仍然没有产品... 所有提要都指向英国市场(我认为 - MarketplaceIdList 有 [ "Id" => "UK_MARKETPLACE_ID"]( 我不知道我做错了什么。

问题解决了。我们还有一件商品仍然存在于英国商城中,因为并非所有商品详情字段都已正确填写(首先填写所有字段,然后您可以删除商品(。

最新更新