product_listing =============== .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Get a product listing. Arguments --------- ``id`` | :doc:`/scalars/ObjectID` :bdg-danger:`required` .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted ObjectID ID of the resource. Returns ------- ``response_type`` | single ``response_object`` | :doc:`/objects/ProductListing` Query example .. code-block:: graphql { product_listing(id: "6304c560cbb2b2d2d4053b8e") { error { detail status } data { _id } } }