shopifyCreateOrderWebhookLocationLocationidPost method
Future<Response>
shopifyCreateOrderWebhookLocationLocationidPost({
- required String? locationid,
- required ShopifySharpOrder? body,
@param locationid
Implementation
Future<chopper.Response> shopifyCreateOrderWebhookLocationLocationidPost({
required String? locationid,
required ShopifySharpOrder? body,
}) {
return _shopifyCreateOrderWebhookLocationLocationidPost(
locationid: locationid,
body: body,
);
}