replace_product_listing ======================= .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Replace 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. ``input`` | :doc:`/objects/ProductListing` Returns ------- ``response_type`` | single ``response_object`` | :doc:`/objects/ProductListing` Mutation example .. code-block:: graphql mutation { replace_product_listing(id: "6304c560cbb2b2d2d4053b8e", input: {}) { error { detail status } data { _id } } }