storefrontcatalogIdTogglecatalogitemPost method

@param id

Implementation

Future<
  chopper.Response<
    WebApiModulesSettingsInventorySettingsStorefrontToggleCatalogItemReponse
  >
>
storefrontcatalogIdTogglecatalogitemPost({
  required String? id,
  required WebApiModulesSettingsInventorySettingsStorefrontToggleCatalogItemRequest?
  body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesSettingsInventorySettingsStorefrontToggleCatalogItemReponse,
    () =>
        WebApiModulesSettingsInventorySettingsStorefrontToggleCatalogItemReponse
            .fromJsonFactory,
  );

  return _storefrontcatalogIdTogglecatalogitemPost(id: id, body: body);
}