Request
Property Name | Type | Required | Description |
---|---|---|---|
contract-name | string | Optional | Contract's name. If no value was given when creating a SKU, the default name is "Full Version". |
product-id | long | Required | ID of the product containing the SKU. |
sku-status | string | Optional | Status of the SKU: A - Active I - Inactive * D - Deleted |
sku-type | string | Required | SKU type: PHYSICAL DIGITAL |
pricing-settings | container | Required | Container of pricing-settings properties. |
sku-image | string | Optional | SKU image file name (assuming the file is already uploaded). |
sku-quantity-policy | container | Optional | Container of sku-quantity-policy properties. |
collect-shipping-address | boolean | Optional | Indicates whether shipping contact information should be collected. |
sku-effective-dates | container | Optional | Container of sku-effective-dates properties. |
sku-coupon-settings | container | Optional | Container of sku-coupon-settings properties. |
sku-custom-parameters | container | Optional | Container of sku-custom-parameters properties. |
Response
Property Name | Type | Description |
---|---|---|
sku-name | string | SKU name is returned as "{product name} - |
contract-name | string | Contract's name. If no value was given when creating a SKU, the default name is "Full Version". |
product-id | long | ID of the product containing the SKU. |
sku-status | string | Status of the SKU: A - Active I - Inactive * D - Deleted |
sku-type | string | SKU type: PHYSICAL DIGITAL |
pricing-settings | container | Container of pricing-settings properties. |
sku-image | string | SKU image file name (assuming the file is already uploaded). |
sku-buynow-urls | container | Container of sku-buynow-urls properties. |
sku-quantity-policy | container | Container of sku-quantity-policy properties. |
collect-shipping-address | boolean | Indicates whether shipping contact information should be collected. |
sku-effective-dates | container | Container of sku-effective-dates properties. |
sku-coupon-settings | container | Container of sku-coupon-settings properties. |
sku-custom-parameters | container | Container of sku-custom-parameters properties. |