create_product_listing ====================== .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Create product listing. Arguments --------- ``input`` | :doc:`/objects/ProductListing` Returns ------- ``response_type`` | single ``response_object`` | :doc:`/objects/ProductListing` Mutation example .. code-block:: graphql mutation { create_product_listing(input: {}) { error { detail status } data { _id } } }