{"method":"GET","path":"https://api.revcent.com/v2/products/sync/{product_sync_id}","summary":"Get Product Sync","description":"Retrieve the details of a specific product sync using the product_sync_id from a SyncProducts operation response. View markdown documentation at https://revcent.com/documentation/markdown/mcp/operation/SyncProducts.md for an in-depth overview of this operation.","operationId":"GetProductSync","parameters":[{"in":"path","name":"product_sync_id","description":"The product sync ID.","required":true,"schema":{"type":"string","description":"The product sync ID.","minLength":20,"maxLength":20}}],"requestBody":{"content":{"application/x-www-form-urlencoded":{"encoding":{},"schema":{"additionalProperties":false,"properties":{},"type":"object"}}},"required":false},"responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"description":"","properties":{"api_call_id":{"type":"string","description":"A 20 character API call ID.","minLength":20,"maxLength":20},"api_call_unix":{"description":"Unix timestamp of when the API call was initiated.","type":"integer","format":"unix-time"},"code":{"description":"The API call response code, 1 = Success","type":"integer","enum":[1]}},"title":"APICallResponseInfo","type":"object","additionalProperties":false},{"type":"object","additionalProperties":false,"properties":{"created_date_unix":{"description":"The unix timestamp of when the item was created.","type":"integer","format":"unix-time"},"id":{"type":"string","title":"Product Sync ID","description":"A 20 character Product Sync ID.","minLength":20,"maxLength":20},"num_products":{"type":"integer","description":"The number of products being synced, either edited or created."},"status":{"type":"string","description":"The status of the product sync.","enum":["pending","processing","completed","error"]},"message":{"type":"string","description":"A message associated with the product sync."},"third_party_shop":{"type":"object","additionalProperties":false,"description":"The Third Party Shop associated with the product sync.","properties":{"id":{"type":"string","description":"A 20 character Third Party Shop ID.","minLength":20,"maxLength":20},"name":{"type":"string","description":"The Third Party Shop name."}}},"project":{"type":"object","additionalProperties":false,"description":"The Project associated with the product sync, if 'project' was provided when creating the product sync.","properties":{"id":{"type":"string","description":"A 20 character Project ID.","minLength":20,"maxLength":20},"name":{"type":"string","description":"The Project name."}}},"fulfillment_account":{"type":"object","additionalProperties":false,"description":"The Fulfillment Account associated with the product sync, if 'fulfillment_account' was provided when creating the product sync.","properties":{"id":{"type":"string","description":"A 20 character Fulfillment Account ID.","minLength":20,"maxLength":20},"name":{"type":"string","description":"The Fulfillment Account name."}}},"product_group":{"type":"object","additionalProperties":false,"description":"The Product Group associated with the product sync, if 'product_group' was provided when creating the product sync.","properties":{"id":{"type":"string","description":"A 20 character Product Group ID.","minLength":20,"maxLength":20},"name":{"type":"string","description":"The Product Group name."}}},"subscription_profile":{"type":"object","additionalProperties":false,"description":"The Subscription Profile associated with the product sync, if 'subscription_profile' was provided when creating the product sync.","properties":{"id":{"type":"string","description":"A 20 character Subscription Profile ID.","minLength":20,"maxLength":20},"name":{"type":"string","description":"The Subscription Profile name."}}},"updated_date_unix":{"description":"The unix timestamp of when the item was last updated.","type":"integer","format":"unix-time"}}}]}}},"description":"Successful response."},"default":{"content":{"application/json":{"schema":{"description":"","properties":{"api_call_id":{"type":"string","description":"A 20 character API call ID.","minLength":20,"maxLength":20},"api_call_unix":{"description":"Unix timestamp of when the API call was initiated.","type":"integer","format":"unix-time"},"code":{"description":"This value indicates that there is an error. Will always be 0.","type":"integer","enum":[0]},"error_code":{"description":"The specific error code.","type":"string"},"message":{"description":"A human readable description of the error.","type":"string"},"result":{"description":"A description of the API call result.","type":"string"}},"title":"APIStandardErrors","type":"object","additionalProperties":false}}},"description":"Error response."}}}