# Notify customer that the orders is ready for pickup **POST /V1/order/notify-orders-are-ready-for-pickup** Notify customer that the orders is ready for pickup. ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ## Body parameters Content-type: - **orderIds** (array[integer]) ## Responses ### 200: 200 Success. #### Body Parameters: (object) - **successful** (boolean) Operation result successful. - **errors** (array[string]) Error information for failed operations. - **extension_attributes** (object) ExtensionInterface class for @see \Magento\InventoryInStorePickupSalesApi\Api\Data\ResultInterface ### 401: 401 Unauthorized #### Body Parameters: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### default: Unexpected error #### Body Parameters: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace [Powered by Bump.sh](https://bump.sh)