Update an existing Item record

Idempotent update of descriptive fields. The SKU number is immutable post-creation; attempts to change it are rejected with code IMMUTABLE_FIELD. Required field id 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; trimmed and uppercased for comparison and storage. Immutable once persisted — attempts to change via PUT are 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