shopifypluginDisableCreateOrderWebhookLocationLocationidPost method

Future<Response<WebApiModulesPluginsShopifyDisableCreateOrderWebhookResponse>> shopifypluginDisableCreateOrderWebhookLocationLocationidPost({
  1. required String? locationid,
})

@param locationid

Implementation

Future<
  chopper.Response<
    WebApiModulesPluginsShopifyDisableCreateOrderWebhookResponse
  >
>
shopifypluginDisableCreateOrderWebhookLocationLocationidPost({
  required String? locationid,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesPluginsShopifyDisableCreateOrderWebhookResponse,
    () => WebApiModulesPluginsShopifyDisableCreateOrderWebhookResponse
        .fromJsonFactory,
  );

  return _shopifypluginDisableCreateOrderWebhookLocationLocationidPost(
    locationid: locationid,
  );
}