--- swagger: "2.0" info: x-ibm-name: receipts title: Receipts version: 1.0.0 description: "" schemes: - https basePath: /v1 consumes: - application/json produces: - application/json securityDefinitions: oauth2: type: oauth2 description: "" flow: accessCode authorizationUrl: https://api-sandbox.supplychain.fedex.com/api/sandbox/fsc/oauth2/authorize scopes: Fulfillment_Returns: Read/Write access to Orders, Items, RMAs, Inventory,location,tracking objects tokenUrl: https://api-sandbox.supplychain.fedex.com/api/sandbox/fsc/oauth2/token x-tokenIntrospect: url: https://vp1npmqdp01-v1.genco.com/api/sandbox/fsc/oauth/introspect Client_Screte: type: apiKey description: Enter Client Secret in: header name: X-IBM-Client-Secret Client_ID: type: apiKey in: header name: X-IBM-Client-Id description: Enter Client ID security: - Client_ID: [] Client_Screte: [] oauth2: - Fulfillment_Returns x-ibm-configuration: testable: true enforced: true phase: realized paths: /receipts: get: responses: 200: description: 200 OK summary: Get Receipts description: Retrieves the receipt information-Item returned, Item quantity, RMA, FXO Store where the product was returned, when & who received the product at FXO store to the retailer. operationId: "" consumes: [] parameters: - name: accessToken type: string required: false in: header description: Enter AccessToken, it is mandatory in case of basic authentication. - name: nextTimestamp type: string required: false in: query description: "1479495671089" - name: prevTimestamp type: string required: false in: query description: "1479495671089" - name: receiptId type: string required: false in: query description: "140" - name: createdDate type: string required: false in: query description: ge|2017-03-01T14:30:59-05:00 - name: pageLimit type: string required: false in: query description: "5" - name: inductionDate type: string required: false in: query description: ge|2016-09-21T14:3059-05:00 - name: deliveredDate type: string required: false in: query description: ge|2016-09-21T14:3059-05:00 security: - Client_Screte: [] Client_ID: [] - oauth2: - Fulfillment_Returns tags: [] x-ibm-endpoints: - endpointUrl: https://api-sandbox.supplychain.fedex.com/api/sandbox type: - development ...