尽管提交 OK,但 AMW 服务库存未出现在卖家中心
AMW Service inventory not appearing in seller central despite submitting OK
我有 3 个市场(德国、英国、IT),主要是德国,其他市场是从德国加载的(我们通过 AMW 服务控制库存 API)但现在我们不会使用分离的所有市场.
对于测试,我们断开英国市场,删除产品,现在我尝试向英国市场提交提要。这里是_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>
提交后,几分钟后我检查提交(使用 GetFeedSubmissionResult),上面的回复:
<?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>
但是在我的卖家中央库存中没有出现...
我读了很多主题,但运气不好。
我什至尝试做下一件事 - 发送 UK MarketplaceIdList 更改喂价 (_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_ feed:
<?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"])
我不知道我做错了什么。
问题已解决。我们还有一个产品仍然存在于英国市场,因为并非所有产品详细信息字段都已正确填写(首先填写所有字段,然后您可以删除产品)。
我有 3 个市场(德国、英国、IT),主要是德国,其他市场是从德国加载的(我们通过 AMW 服务控制库存 API)但现在我们不会使用分离的所有市场. 对于测试,我们断开英国市场,删除产品,现在我尝试向英国市场提交提要。这里是_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>
提交后,几分钟后我检查提交(使用 GetFeedSubmissionResult),上面的回复:
<?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>
但是在我的卖家中央库存中没有出现... 我读了很多主题,但运气不好。
我什至尝试做下一件事 - 发送 UK MarketplaceIdList 更改喂价 (_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_ feed:
<?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"]) 我不知道我做错了什么。
问题已解决。我们还有一个产品仍然存在于英国市场,因为并非所有产品详细信息字段都已正确填写(首先填写所有字段,然后您可以删除产品)。