Delete SKU by code
Overview
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 | Required | 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. |
Request Example
Response Parameters
Parameters | Type/Description |
---|---|
Product | String. Unique identifier of the product. |
Response Example