Skip to content
New issue

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

Is it possible to upload an Item with V3 of the Item API? #65

Open
Vamsig858 opened this issue Nov 24, 2017 · 0 comments
Open

Is it possible to upload an Item with V3 of the Item API? #65

Vamsig858 opened this issue Nov 24, 2017 · 0 comments

Comments

@Vamsig858
Copy link

Vamsig858 commented Nov 24, 2017

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',
                        ],
                    ],
                ],
            ],
        ],
    ],
],

];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant