KnowledgeProductPatchInput Input Object
Partial update for one product. Omit = no change; null = clear stored value; value = set or replace. Paths follow product_information snake_case in PatchProducts.
Fields
#
availability
Omit = no change; null = clear stored value; value = set or replace.
condition
Omit = no change; null = clear stored value; value = set or replace.
id
String !
Non-null
Identifier of the product to patch (must not be listed in the backend field mask).
productDetails
[ ProductDetails !]
Omit = no change; null = clear stored value; value = set or replace.
Previous
KnowledgeProductInput
