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