shopifypluginCreateQuoteFromShopifyOrderLocationLocationidOrderNumberOrderNumberPost method

Future<Response<String>> shopifypluginCreateQuoteFromShopifyOrderLocationLocationidOrderNumberOrderNumberPost({
  1. required String? locationid,
  2. required String? orderNumber,
})

@param locationid @param order_number

Implementation

Future<chopper.Response<String>>
shopifypluginCreateQuoteFromShopifyOrderLocationLocationidOrderNumberOrderNumberPost({
  required String? locationid,
  required String? orderNumber,
}) {
  return _shopifypluginCreateQuoteFromShopifyOrderLocationLocationidOrderNumberOrderNumberPost(
    locationid: locationid,
    orderNumber: orderNumber,
  );
}