Update a product

patch

/crmRestApi/resources/11.13.18.05/products/{InventoryItemId}

Request

Path Parameters
Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Supported Media Types
Request Body - application/json ()
The following table describes the body parameters in the request for this task.
Root Schema : schema
Type: object
Show Source
Nested Schema : Default Prices
Type: array
Title: Default Prices
The default prices resource is used to view, create, update, and delete default prices for products.
Show Source
Nested Schema : Product Attachments
Type: array
Title: Product Attachments
The attachment resource is used to view, create, and update attachments of a product. An attachment includes additional information about a product.
Show Source
Nested Schema : Product Image Attachments
Type: array
Title: Product Image Attachments
The attachment resource is used to view, create, and update image attachments of a product.
Show Source
Nested Schema : Product Translations
Type: array
Title: Product Translations
The product translations resource is used to view, create, update, and delete product translations in various installed languages for a product.
Show Source
Nested Schema : SalesProductLookupType
Type: object
The lookup type for the sales product type.
Nested Schema : products-DefaultPrices-item-patch-request
Type: object
Show Source
  • Title: List Price
    Default Value: 0
    The List Price for the combination of product, currency and UOM.
  • Title: UOM
    Maximum Length: 30
    The unit of measurement code of the default price.
Nested Schema : products-ProductAttachments-item-patch-request
Type: object
Show Source
Nested Schema : products-ProductImageAttachments-item-patch-request
Type: object
Show Source
Nested Schema : products-ProductTranslations-item-patch-request
Type: object
Show Source
Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : products-item-response
Type: object
Show Source
Nested Schema : Default Prices
Type: array
Title: Default Prices
The default prices resource is used to view, create, update, and delete default prices for products.
Show Source
Nested Schema : Product Attachments
Type: array
Title: Product Attachments
The attachment resource is used to view, create, and update attachments of a product. An attachment includes additional information about a product.
Show Source
Nested Schema : Product Image Attachments
Type: array
Title: Product Image Attachments
The attachment resource is used to view, create, and update image attachments of a product.
Show Source
Nested Schema : Product Translations
Type: array
Title: Product Translations
The product translations resource is used to view, create, update, and delete product translations in various installed languages for a product.
Show Source
Nested Schema : SalesProductLookupType
Type: object
The lookup type for the sales product type.
Nested Schema : products-DefaultPrices-item-response
Type: object
Show Source
Nested Schema : products-ProductAttachments-item-response
Type: object
Show Source
Nested Schema : products-ProductImageAttachments-item-response
Type: object
Show Source
Nested Schema : products-ProductTranslations-item-response
Type: object
Show Source
Back to Top