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
when i call listPrepDetails, it's return
{ allOwnersConstraint: MUST_MATCH labelOwnerConstraint: null msku: 10-EJ7J-ZK6V prepCategory: SMALL prepOwnerConstraint: SELLER_ONLY prepTypes: [ITEM_LABELING, ITEM_POLYBAGGING] }
i want to set in my amzonProduct model ,
prepCategory SMALL prepOwner: SELLER
but labelOwner what value ? NONE_ONLY or SELLER.。
The text was updated successfully, but these errors were encountered:
i can't understand allOwnersConstraint
Sorry, something went wrong.
like this { "mskuPrepDetails": [ { "msku": "qtestKuzi241203", "allOwnersConstraint": "MUST_MATCH", "prepCategory": "FRAGILE", "prepTypes": [ "ITEM_LABELING", "ITEM_BUBBLEWRAP" ] } ] }
No branches or pull requests
when i call listPrepDetails, it's return
i want to set in my amzonProduct model ,
prepCategory SMALL
prepOwner: SELLER
but labelOwner what value ? NONE_ONLY or SELLER.。
The text was updated successfully, but these errors were encountered: