Skip to main content
POST
Create resale method option

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

productId
integer<int64>
required

The Shopify product ID

Body

application/json
id
integer<int64>
name
string
status
enum<string>
Available options:
enabled,
disabled
checkoutPriceCents
integer
variantApplicationType
string
marketApplicationType
string
conditionApplicationType
string
variantApplicationShopifyIds
integer<int64>[]
marketApplicationShopifyIds
integer<int64>[]
conditionApplicationIds
integer<int64>[]
_destroy
boolean

Response

The created resale method option

id
integer<int64>
required
name
string
required
status
string
required
checkoutPriceCents
integer
required
variantApplicationType
string
marketApplicationType
string
conditionApplicationType
string
createdAt
string<date-time>
updatedAt
string<date-time>