"""Submit Product with vendor id mutation.""" query = ''' mutation($productId: ID!, $subaccountId: ID!) { submitProduct(input:{ productId: $productId subaccountId: $subaccountId }) { productId status } } '''