patch https://api.apicbase.com/api/v2/integrations/suppliers/purchase_orders/
Allow suppliers to mark purchase orders as viewed or fetched.
Please be aware about the following when using this endpoint:
- Please use the fields with their correct scopes in mind:
fetched_by_supplier
: This field is intended to used internally by the supplier in order to enable filtering which orders have already been fetched in the Get Supplier Purchase Orders endpoint. This field is meant to be used exclusively by the supplier and does not provide any feedback to our mutual customers.viewed_by_supplier
: Used to acknowledge the order was received by the supplier. When the order is set as viewed, the customer receives an order status update on their Apicbase account. This means the customer expects the order to be processed by the supplier and that it will either be delivered on the requested date or that the supplier will communicate any possible issues.
- This endpoint will also set the respective timestamps
fetched_by_supplier_at
andviewed_by_supplier_at
to the current time. - It is not possible to revert these fields back to
false
after they've been set totrue
, so be careful when using this endpoint.