CreateProductInput
Input type for creating a product.
Input fields
The product availability status.
The date the product is available from.
The date the product is available to.
The brand code.
Overrides for product characteristics.
The product code.
The product description.
The product description.
The date the product ends.
The product title.
Whether the product is hidden.
The name of the market the product belongs to.
The product notes.
The product parameters.
The product specification code.
The product specification ID.
Deprecation
The 'specificationIdentifier' field is deprecated.This field is deprecated. Please use the 'specificationCode' field instead.
- Marked as deprecated on 2025-07-08.
- Scheduled for removal on or after 2025-09-01.
Tags associated with the product.
The product term in months.
A list of terms and conditions specified by codes to associate with the product.
The product contract type.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"availabilityStatus": "EVERYONE",
"availableFrom": "1995-12-24T14:41:36.271043+00:00",
"availableTo": "1985-03-28T01:04:08.985922+00:00",
"brandCode": "nature-whatever-accept-situation-star",
"characteristicOverrides": CharacteristicOverride,
"code": "though-scientist-speak-million-no",
"description": "international-argue-thank-now-customer",
"displayName": "measure-machine-ground-get-Mrs",
"endsAt": "2005-04-12T07:10:33.250016+00:00",
"fullName": "partner-leader-agreement-director-concern",
"isHidden": true,
"marketName": "once-technology-sometimes-someone-staff",
"notes": "effort-success-pull-bar-admit",
"params": {"key": "value"},
"specificationCode": "address-sense-economic-body-person",
"tags": "general-attorney-city-month-collection",
"term": 35,
"termsAndConditionsTypes": "possible-family-reflect-market-box",
"termsContractType": "find-gas-someone-election-effect"
}