storefrontcatalogIdSynctoshopifyPost method
Future<Response<WebApiModulesSettingsInventorySettingsStorefrontSyncToShopifyResponse> >
storefrontcatalogIdSynctoshopifyPost({
- required String? id,
@param id
Implementation
Future<
chopper.Response<
WebApiModulesSettingsInventorySettingsStorefrontSyncToShopifyResponse
>
>
storefrontcatalogIdSynctoshopifyPost({required String? id}) {
generatedMapping.putIfAbsent(
WebApiModulesSettingsInventorySettingsStorefrontSyncToShopifyResponse,
() =>
WebApiModulesSettingsInventorySettingsStorefrontSyncToShopifyResponse
.fromJsonFactory,
);
return _storefrontcatalogIdSynctoshopifyPost(id: id);
}