shopifyCreateOrderWebhookLocationLocationidPost method

Future<Response> shopifyCreateOrderWebhookLocationLocationidPost({
  1. required String? locationid,
  2. required ShopifySharpOrder? body,
})

@param locationid

Implementation

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