Create or update a price schedule.
PUT
/priceschedules/{priceScheduleID}
200Description
If an object with the same ID already exists, it will be overwritten.
Roles
At least one of the roles below is required to access this endpoint.
FullAccessPriceScheduleAdmin
Parameters
Name | Type | Description | Possible Values | |
---|---|---|---|---|
priceScheduleID | Required | string | ID of the price schedule. | --- |
Request Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
OwnerID | string | --- | --- | --- | ||
ID | string | --- | 100 characters | --- | ||
Name | Required | string | --- | 100 characters | --- | |
ApplyTax | boolean | --- | --- | --- | ||
ApplyShipping | boolean | --- | --- | --- | ||
MinQuantity | integer | int32 | --- | --- | ||
MaxQuantity | integer | int32 | --- | --- | ||
UseCumulativeQuantity | boolean | --- | --- | --- | ||
RestrictedQuantity | boolean | --- | --- | --- | ||
PriceBreaks | array | --- | --- | --- | ||
Currency | string | --- | 100 characters | --- | ||
SaleStart | string | date-time | --- | --- | ||
SaleEnd | string | date-time | --- | --- | ||
xp | object | --- | --- | --- |
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
OwnerID | string | --- | --- | --- | ||
ID | string | --- | 100 characters | --- | ||
Name | string | --- | 100 characters | --- | ||
ApplyTax | boolean | --- | --- | --- | ||
ApplyShipping | boolean | --- | --- | --- | ||
MinQuantity | integer | int32 | --- | --- | ||
MaxQuantity | integer | int32 | --- | --- | ||
UseCumulativeQuantity | boolean | --- | --- | --- | ||
RestrictedQuantity | boolean | --- | --- | --- | ||
PriceBreaks | array | --- | --- | --- | ||
Currency | string | --- | 100 characters | --- | ||
SaleStart | string | date-time | --- | --- | ||
SaleEnd | string | date-time | --- | --- | ||
IsOnSale | Read Only | boolean | --- | --- | --- | |
xp | object | --- | --- | --- |