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 show a feedback (as an order status update) for the customer who placed the order about whether the order was picked up and processed or not. At this point, the customer will expect to either receive the order on the requested delivery date or to be contacted by the supplier for 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.