You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@collery Here is the guidance from the docs "Appropriate prepOwner values are returned in prepOwnerConstraint and appropriate labelOwner values are returned in labelOwnersConstraint. If these fields are empty in the response, you can select AMAZON or SELLER. If allOwnersConstraint is MUST_MATCH, prepOwner and labelOwner must match. If allOwnerConstraint is empty, then prepOwner and labelOwner do not need to match."
So in this case since prepOwnerConstraint is SELLER_ONLY then prepOwner is Seller, labelOwner should also be Seller since the allOwnersConstraint is MUST_MATCH.
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: