Delete SKU by code

Use the deleteSkuByCode method to remove SKU information using the unique identifier you assign to the SKU schema.

When requesting to delete SKU by code, the system will verify if the specific SKU is valid for that product code or pricing configuration code. If not, the 2Checkout system will return an error. The method supports multiple combinations of product code, pricing configuration code and SKU code in one call.

Request parameters

Parameters
Type / Description

ProductCode

Required (string)

The product code that you can define for each of your offerings. Needs to be unique.

PricingConfigurationCode

Optional (string)

Unique identifier of the pricing configuration.

SkuCode

Optional (string)

Unique identifier of the SKU.

Response parameters

Parameters
Type / Description

String

Unique identifier of the product.

Last updated

Was this helpful?