We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This SDK is not working for upload an Item with V3 formats.
500 Internal Server Error is coming when I'm trying upload below Item format to V3 API.
Is this SDK is work for V3 Item formats? Any thoughts?
====================================== [ 'MPItemFeed' => [ 'MPItemFeedHeader' => [ 'version' => '3.1' ], 'MPItem' => [ 'processMode' => 'REPLACE_ALL', 'sku' => 'RQBTEST123-B', 'productIdentifiers' => [ 'productIdentifier' => [ 'productIdType' => 'UPC', 'productId' => '###############' ] ], 'MPProduct' => [
'productName' => 'Test1', 'category' => [ 'MusicalInstrument' => [ 'MusicalInstruments' => [ 'shortDescription' => 'Test2', 'brand' => 'Snark', 'mainImageUrl' => 'https://walmart.####.com/testmart/images/tes2.png', 'productSecondaryImageURL' => [ 'productSecondaryImageURLValue' => 'https://walmart.####.com/testmart/images/tese3.jpg', ], ], ], ], ], ], ],
];
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This SDK is not working for upload an Item with V3 formats.
500 Internal Server Error is coming when I'm trying upload below Item format to V3 API.
Is this SDK is work for V3 Item formats? Any thoughts?
======================================
[
'MPItemFeed' => [
'MPItemFeedHeader' => [
'version' => '3.1'
],
'MPItem' => [
'processMode' => 'REPLACE_ALL',
'sku' => 'RQBTEST123-B',
'productIdentifiers' => [
'productIdentifier' => [
'productIdType' => 'UPC',
'productId' => '###############'
]
],
'MPProduct' => [
];
The text was updated successfully, but these errors were encountered: