Create or update a product with predefined identifier string.
Product resource.
Product was updated.
Product was created.
Location | string <uri> The location of the related resource. Example: "https://api.rebilly.com/example" |
Unauthorized access, invalid credentials were used.
Access forbidden.
Invalid data was sent.
{- "name": "Premium membership",
- "unitLabel": "seat",
- "description": "string",
- "requiresShipping": false,
- "options": [
- "string"
], - "customFields": {
- "foo": "bar"
}, - "taxCategoryId": "00000",
- "accountingCode": "4010"
}
{- "id": "membership",
- "name": "Premium membership",
- "unitLabel": "seat",
- "description": "string",
- "requiresShipping": false,
- "options": [
- "string"
], - "customFields": {
- "foo": "bar"
}, - "createdTime": "2019-08-24T14:15:22Z",
- "updatedTime": "2019-08-24T14:15:22Z",
- "taxCategoryId": "00000",
- "accountingCode": "4010",
- "_links": [
- {
- "rel": "self",
- "href": "string"
}
]
}