Update an existing Item record

Idempotent update of descriptive fields. The SKU number is immutable after creation. An attempt to change it is rejected with code IMMUTABLE_FIELD. The required id field in the query string identifies the target.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Salesforce Item record Id (alternative to body.id)

Body Params
string | null
string
required

Required SKU number. The API trims and uppercases it for comparison and storage. Immutable once persisted. An attempt to change it through PUT is rejected with IMMUTABLE_FIELD.

string | null
string | null
string | null
number | null

Item price as a decimal value

string | null
Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json