Quick answers to common development questions.
productsByDomainV2
endpoint non-functional when the store is not integrated?requestStoreByURL
.
PAYMENT_FAILED
error response when utilizing the submitCart
mutation.
CompletePaymentChallenge
object when a challenge is necessary, or would it be necessary to utilize orderByID
to retrieve the challenge URL?orderByID
immediately following the submitCart
action. Would this procedure result in obtaining the challenge URL? Is there a possibility of a delay in processing the submission, which could result in the URL not being generated promptly? Additionally, does a webhook exist to notify us when the shipment has successfully reached the user’s destination, similar to an “order completed” event?requestId
, which can be utilized to inquire about the order for any supplementary information you might require.
CartResponse
must be in the same currency, even if the prices of individual cart items are in different currencies?AmazonCartLine
includes AmazonProduct
s, while the ShopifyCartLine
contains ShopifyVariant
s.AmazonProduct
in the cart specifically denote the item variant, or does it encompass the entire item itself?In Amazon, the product ID you’re buying directly corresponds to what you’re purchasing. Amazon doesn’t have the concept of variants; each variant in Amazon is treated as a distinct product. There is no overarching base product concept in this context.
orderId
endpoint to retrieve the order status and tracking information from the events field, if present. However, relying on webhooks is likely the most optimal and current method.