shopifypluginEnableCreateOrderWebhookLocationLocationidPost method
Future<Response<WebApiModulesPluginsShopifyEnableCreateOrderWebhookResponse> >
shopifypluginEnableCreateOrderWebhookLocationLocationidPost({
- required String? locationid,
@param locationid
Implementation
Future<
chopper.Response<
WebApiModulesPluginsShopifyEnableCreateOrderWebhookResponse
>
>
shopifypluginEnableCreateOrderWebhookLocationLocationidPost({
required String? locationid,
}) {
generatedMapping.putIfAbsent(
WebApiModulesPluginsShopifyEnableCreateOrderWebhookResponse,
() => WebApiModulesPluginsShopifyEnableCreateOrderWebhookResponse
.fromJsonFactory,
);
return _shopifypluginEnableCreateOrderWebhookLocationLocationidPost(
locationid: locationid,
);
}