get_product_listing#

Get a product listing.

Backed endpoint | RESTGetProductListingById

Arguments#

id | ObjectID required

ObjectID ID of the resource.

Returns#

response_type | single

response_object | Product Listing

Query example:

{
  get_product_listing(id: "6304c560cbb2b2d2d4053b8e") {
    error {
      detail
      status
    }

    data {
      _id
    }
  }
}