Skip to main content
DELETE
Delete Product Variant by External ID

Authorizations

X-Authorization
string
header
required

API Scope: "Product (write)"

Path Parameters

productExternalId
string
required

The identifier used by an external source to identify the parent product.

Maximum string length: 64
Example:

"564400c7-7a6b-4f29-b6a5-7bb580b2992c"

externalId
string
required

The identifier used by an external source to identify the product variant.

Maximum string length: 64
Example:

"564400c7-7a6b-4f29-b6a5-7bb580b2992c"

Response

Success

id
integer<int64>
required

The unique integer identifier for the product variant, created by Loop.

Required range: x >= 1
Example:

98273402

external_id
string
required

The identifier used by an external source to identify the product variant.

Example:

"564400c7-7a6b-4f29-b6a5-7bb580b2992c"

success
boolean
required
read-only