Create or update a subscription item
PUT
/subscriptions/{subscriptionID}/items/{subscriptionItemID}
200,4XXDescription
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.
FullAccessSubscriptionAdmin
Parameters
Name | Type | Description | Possible Values | |
---|---|---|---|---|
subscriptionID | Required | string | ID of the subscription. | --- |
subscriptionItemID | Required | string | ID of the subscription item. | --- |
Request Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
ProductID | Required | string | --- | --- | --- | |
Quantity | integer | int32 | --- | --- | ||
UnitPrice | number | float | --- | --- | ||
CostCenter | string | --- | --- | --- | ||
DateNeeded | string | date-time | --- | --- | ||
ShippingAccount | string | --- | --- | --- | ||
ShippingAddressID | string | --- | --- | --- | ||
ShipFromAddressID | string | --- | --- | --- | ||
InventoryRecordID | string | --- | --- | --- | ||
Specs | array | --- | --- | --- | ||
xp | object | --- | --- | --- |
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
ProductID | string | --- | --- | --- | ||
Quantity | integer | int32 | --- | --- | ||
BundleItemID | Read Only | string | --- | --- | --- | |
IsBundle | Read Only | boolean | --- | --- | --- | |
DateAdded | Read Only | string | date-time | --- | --- | |
QuantityShipped | Read Only | integer | int32 | --- | --- | |
UnitPrice | number | float | --- | --- | ||
PromotionDiscount | Read Only | number | float | --- | --- | |
LineTotal | Read Only | number | float | --- | --- | |
LineSubtotal | Read Only | number | float | --- | --- | |
CostCenter | string | --- | --- | --- | ||
DateNeeded | string | date-time | --- | --- | ||
ShippingAccount | string | --- | --- | --- | ||
ShippingAddressID | string | --- | --- | --- | ||
ShipFromAddressID | string | --- | --- | --- | ||
Product | Read Only | object | --- | --- | --- | |
Variant | Read Only | object | --- | --- | --- | |
ShippingAddress | Read Only | object | --- | --- | --- | |
ShipFromAddress | Read Only | object | --- | --- | --- | |
SupplierID | Read Only | string | --- | --- | --- | |
InventoryRecordID | string | --- | --- | --- | ||
PriceScheduleID | Read Only | string | --- | --- | --- | |
IsOnSale | Read Only | boolean | --- | --- | --- | |
PriceOverridden | Read Only | boolean | --- | --- | --- | |
Specs | array | --- | --- | --- | ||
IncomingOrderID | Read Only | string | --- | --- | --- | |
OutgoingOrderID | Read Only | string | --- | --- | --- | |
InvitationID | BETARead Only | string | --- | --- | --- | |
xp | object | --- | --- | --- |