shopifypluginInstallThemeLocationLocationidPost method

Future<Response<WebApiModulesIntegrationsShopifyShopifyInstallThemeResponse>> shopifypluginInstallThemeLocationLocationidPost({
  1. required String? locationid,
})

@param locationid

Implementation

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

  return _shopifypluginInstallThemeLocationLocationidPost(
    locationid: locationid,
  );
}