Delete SKU by code
Last updated
Was this helpful?
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.
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.
String
Unique identifier of the product.
Last updated
Was this helpful?
Was this helpful?