Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface DirectPurchaseResponse

    The response schema for the directPurchaseShipment operation.

    interface DirectPurchaseResponse {
        payload?: DirectPurchaseResult;
    }
    Index