Skip to main content
POST
Push a product to an OMS/WMS integration

Authorizations

Authorization
string
header
required

Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.

Path Parameters

productId
integer
required

Luminous product (RFQ) ID to push.

Body

application/json
destination_integration_account_id
integer
required

ID of the destination integration account to push the product to.

update_existing_variants
boolean
default:true

When true (the default), variants (child SKUs) that are already linked to the destination integration are re-synced on push, so product-level changes propagate to existing mappings. Set to false to only create newly added variants and leave already-mapped variants untouched (the push then reports success without updating existing variants).

debug
boolean
default:false

When true, enables request tracing and returns a debug object in the response.

Response

Push completed

data
object