Returns detailed information about the variants whose SKUs are provided in the body of the request. This includes the information from Get Variant Information as well as other variant data that may affect pricing, availability, and other factors.
Details provided in the response body are sufficient to quickly add a product to a cart or a quote using appropriate methods.
Note: This endpoint uses the
POSTmethod, despite its use to only retrieve information. Using theGETmethod with this endpoint will return a200status, but thedatafield will be empty. Likewise, usingPOSTwith this endpoint with an empty body will return an emptydatafield.
Equivalent Storefront GraphQL API Query: variantSku. For more information, see the GraphQL Playground.