# Partially update a product sync

Endpoint: PATCH /integrations/productsync
Version: 1.0.450.36533
Security: OAuth2

## Request fields (application/json):

  - `SyncProductChanged` (boolean)

  - `SyncProductDeleted` (boolean)

  - `DeliveryConfigID` (string)

  - `ConfigData` (object)
    Example: {}

  - `Paused` (boolean)

  - `ExcludePriceSchedules` (boolean)

## Response 200 fields (application/json):

  - `SyncProductChanged` (boolean)

  - `SyncProductDeleted` (boolean)

  - `DeliveryConfigID` (string)

  - `ConfigData` (object)
    Example: {}

  - `Paused` (boolean)

  - `ExcludePriceSchedules` (boolean)

## Response 4XX fields (application/json):

  - `StatusCode` (integer)
    Example: "404"

  - `ErrorCode` (string)
    Example: "NotFoundError"

  - `Message` (string)
    Example: "Object not found"

  - `Data` (object)
    Example: {"ObjectType":"","ObjectID":""}


